home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.OpenProm / RCS / local.mk,v < prev    next >
Text File  |  1990-12-19  |  690b  |  57 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     90.10.10.15.16.15;  author mendel;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.06.02.11.57.05;  author brent;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @local.mk file for the netBoot boot program.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @*** empty log message ***
  28. @
  29. text
  30. @#if !empty(TM:Msun4c)
  31. INSTALL_PROG  = /sprite/cmds/update -s
  32. #endif
  33.  
  34. #include    <$(SYSMAKEFILE)>
  35. @
  36.  
  37.  
  38. 1.1
  39. log
  40. @Initial revision
  41. @
  42. text
  43. @d1 3
  44. a3 5
  45. #
  46. # Local makefile for the Sprite Sun3 PROM-monitor network boot program
  47. #
  48. # Include the system makefile
  49. #
  50. a5 5
  51.  
  52. $(TM).md/assym.h : Genassym/genassym
  53.     $(RM) -f assym.h
  54.     Genassym/genassym > assym.h
  55.  
  56. @
  57.